PANEO FORM MAIL %if mode == 'list' or mode == 'new': 新しいFORMの追加 %elif mode == 'view': 一覧に戻る %elif mode == 'edit': FORMに戻る %endif
PANEO FORM MAILはGmailを利用します。フォームメールに利用するGmailアカウントをご用意ください。
また、Gmailでは、別名送信をサポートしています。
Google Appsをご利用でない場合は、Gmailアカウントへの別名送信の設定をお願い致します。
※重要!! 必ず可能な入力パターン複数のフォーム送信確認を実施してください。
また、Gmailでは、別名送信をサポートしています。
Google Appsをご利用でない場合は、Gmailアカウントへの別名送信の設定をお願い致します。
※重要!! 必ず可能な入力パターン複数のフォーム送信確認を実施してください。
%if mode == "list":
| key | formname | |
|---|---|---|
| 編集 | ${k} | ${v.get('name')} |
${web.ctx.MSG}
%endif
%if mode == "new":
%endif
%if mode == "view":
| テンプレート名 | filename | |
|---|---|---|
| 編集 | フォームヘッダー | formmail_${key}_hed.html |
| 編集 | フォームフッター | formmail_${key}_ftr.html | 編集 | 入力フォーム | formmail_${key}_ent.html |
| 編集 | 完了フォーム | formmail_${key}_thx.html |
| 編集 | メール文面 | formmail_${key}_msg.html |
%endif %if mode=="edit": %endif